搜索 ×
语言切换 ×

Missing Controller

Error: ThemeController could not be found.

Error: Create the class ThemeController below in file: web/controllers/theme_controller.php

<?php
class ThemeController extends AppController {

	var $name = 'Theme';
}
?>

Notice: If you want to customize this error message, create web/views/errors/missing_controller.ctp

×
登录 ×